runtime.schedt.customGOMAXPROCS (field)
8 uses
runtime (current package)
debug.go#L83: sched.customGOMAXPROCS = true
debug.go#L126: custom := sched.customGOMAXPROCS
debug.go#L143: sched.customGOMAXPROCS = false
proc.go#L924: sched.customGOMAXPROCS = true
proc.go#L7102: custom := sched.customGOMAXPROCS
proc.go#L7115: sched.customGOMAXPROCS = false
proc.go#L7128: custom := sched.customGOMAXPROCS
runtime2.go#L1007: customGOMAXPROCS bool // GOMAXPROCS was manually set from the environment or runtime.GOMAXPROCS
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |